runtime.gcWork.stats (field)
14 uses
runtime (current package)
mgcmark_greenteagc.go#L866: gcw.stats[spanclass.sizeclass()].sparseObjsScanned++
mgcmark_greenteagc.go#L894: gcw.stats[spanclass.sizeclass()].spansSparseScanned++
mgcmark_greenteagc.go#L895: gcw.stats[spanclass.sizeclass()].spanObjsSparseScanned += uint64(objsMarked)
mgcmark_greenteagc.go#L917: gcw.stats[spanclass.sizeclass()].spansDenseScanned++
mgcmark_greenteagc.go#L918: gcw.stats[spanclass.sizeclass()].spanObjsDenseScanned += uint64(objsMarked)
mgcmark_greenteagc.go#L1151: for i := range w.stats {
mgcmark_greenteagc.go#L1152: dst[i].spansDenseScanned += w.stats[i].spansDenseScanned
mgcmark_greenteagc.go#L1153: dst[i].spanObjsDenseScanned += w.stats[i].spanObjsDenseScanned
mgcmark_greenteagc.go#L1154: dst[i].spansSparseScanned += w.stats[i].spansSparseScanned
mgcmark_greenteagc.go#L1155: dst[i].spanObjsSparseScanned += w.stats[i].spanObjsSparseScanned
mgcmark_greenteagc.go#L1156: dst[i].sparseObjsScanned += w.stats[i].sparseObjsScanned
mgcmark_greenteagc.go#L1158: clear(w.stats[:])
mgcmark_greenteagc.go#L1278: gcw.stats[s.spanclass.sizeclass()].sparseObjsScanned++
mgcwork.go#L136: stats [gc.NumSizeClasses]sizeClassScanStats
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |